home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000085_Denis.Roegel@loria.fr_Mon Feb 13 16:53:44 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  29KB

  1. Received: from lorraine.loria.fr by cs.umb.edu with SMTP id AA14665
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Mon, 13 Feb 1995 09:52:40 -0500
  3. Received: from pandore.loria.fr (pandore.loria.fr [152.81.4.135]) by lorraine.loria.fr (8.6.9/8.6.9) with ESMTP id PAA21784; Mon, 13 Feb 1995 15:52:36 +0100
  4. From: "Denis B. Roegel" <Denis.Roegel@loria.fr>
  5. Received: from localhost (roegel@localhost) by pandore.loria.fr (8.6.4/8.6.4) id PAA28092; Mon, 13 Feb 1995 15:53:44 +0100
  6. Date: Mon, 13 Feb 1995 15:53:44 +0100
  7. Message-Id: <199502131453.PAA28092@pandore.loria.fr>
  8. To: tex-k@cs.umb.edu
  9. Subject: dvipsk problems (cont'ed)
  10. Cc: roegel@lorraine.loria.fr
  11.  
  12.  
  13. A few days ago, I reported my problems with dvipsk.
  14. For a reason unknown to me, dvips looks for .vf's in
  15. /usr/local/lib/tex/fonts/vf, instead of
  16. /usr/local/lib/texmf/fonts/vf. I have removed the former
  17. directory which was a link on the latter.
  18. Now, the .vf's are not found at all.
  19. Why ?
  20.  
  21. Can you help me ?
  22.  
  23. Here are various logs:
  24.  
  25.   - compilation of dvipsk;
  26.   - application of dvipsk to our local guide;
  27.     this ends with a call to MakeTeXOK instead of using the .vf;
  28.   - our texmf.cnf.
  29.  
  30. Strangely, xdvik has no problem, and with the same setup
  31. finds the .vf's!!! (see at the end)
  32.  
  33. In both cases, kpathsea is version 2.6.
  34.  
  35. Denis
  36.  
  37. pandore dvipsk-5.58f 167 % make clean
  38. for d in dviljk dvipsk gsftopkk web2c xdvik ./kpathsea; do if test -d $d; then \
  39.   (cd $d; make  CC='gcc' CFLAGS='-g -O ' prefix=/usr/local exec_prefix=/usr/local  bindir=/usr/local/bin scriptdir=/usr/local/bin libdir=/usr/local/lib  datadir=/usr/local/lib infodir=/usr/local/info includedir=/usr/local/include  manext=1 mandir=/usr/local/man/man1  texmf=/usr/local/lib/texmf web2cdir=/usr/local/lib/texmf/web2c  texinputdir=/usr/local/lib/texmf/tex mfinputdir=/usr/local/lib/texmf/mf  fontdir=/usr/local/lib/texmf/fonts  fmtdir=/usr/local/lib/texmf/ini basedir=/usr/local/lib/texmf/ini  texpooldir=/usr/local/lib/texmf/ini mfpooldir=/usr/local/lib/texmf/ini  install_fonts=true  dvipsdir=/usr/local/lib/texmf/dvips psheaderdir=/usr/local/lib/texmf/dvips  default_texsizes='300:600'  clean); else true; fi; done
  40. rm -f *.o dvips afm2tfm dvips squeeze .a
  41. rm -f *.dvi *.lj
  42. rm -f *.o   squeeze kpathsea.a
  43. rm -f kpsewhich
  44. rm -f *.dvi *.lj
  45. pandore dvipsk-5.58f 168 % sh configure
  46. loading cache ./config.cache
  47. checking whether make sets $MAKE... (cached) yes
  48. checking for gcc... (cached) gcc
  49. checking whether we are using GNU C... (cached) yes
  50. checking whether gcc accepts -g... (cached) yes
  51. checking for tex... (cached) /usr/local/bin/tex
  52. checking for a BSD compatible install... (cached) /bin/install -c
  53. updating cache ./config.cache
  54. creating ./config.status
  55. creating Makefile
  56. configuring in kpathsea
  57. running /bin/sh ./configure  --cache-file=.././config.cache --srcdir=.
  58. loading cache .././config.cache
  59. checking whether make sets $MAKE... (cached) yes
  60. checking for gcc... (cached) gcc
  61. checking whether we are using GNU C... (cached) yes
  62. checking whether gcc accepts -g... (cached) yes
  63. checking for a BSD compatible install... (cached) /bin/install -c
  64. checking for ranlib... (cached) ranlib
  65. checking for POSIXized ISC... no
  66. checking for dirent.h that defines DIR... (cached) yes
  67. checking for -ldir... (cached) no
  68. checking how to run the C preprocessor... (cached) gcc -E
  69. checking whether cross-compiling... (cached) no
  70. checking for ANSI C header files... (cached) no
  71. checking whether closedir returns void... (cached) no
  72. checking for assert.h... (cached) yes
  73. checking for float.h... (cached) yes
  74. checking for limits.h... (cached) yes
  75. checking for memory.h... (cached) yes
  76. checking for pwd.h... (cached) yes
  77. checking for stdlib.h... (cached) yes
  78. checking for string.h... (cached) yes
  79. checking for unistd.h... (cached) yes
  80. checking for basename... (cached) no
  81. checking for bcopy... (cached) yes
  82. checking for memmove... (cached) no
  83. checking for putenv... (cached) yes
  84. checking for working const... (cached) yes
  85. checking whether program_invocation_name is predefined... (cached) no
  86. checking whether putenv uses malloc... (cached) no
  87. updating cache .././config.cache
  88. creating ./config.status
  89. creating Makefile
  90. creating c-auto.h
  91. c-auto.h is unchanged
  92. configuring in dvipsk
  93. running /bin/sh ./configure  --cache-file=.././config.cache --srcdir=.
  94. loading cache .././config.cache
  95. checking whether make sets $MAKE... (cached) yes
  96. checking for gcc... (cached) gcc
  97. checking whether we are using GNU C... (cached) yes
  98. checking whether gcc accepts -g... (cached) yes
  99. checking for a BSD compatible install... (cached) /bin/install -c
  100. checking for ranlib... (cached) ranlib
  101. checking for POSIXized ISC... no
  102. checking for dirent.h that defines DIR... (cached) yes
  103. checking for -ldir... (cached) no
  104. checking how to run the C preprocessor... (cached) gcc -E
  105. checking whether cross-compiling... (cached) no
  106. checking for ANSI C header files... (cached) no
  107. checking whether closedir returns void... (cached) no
  108. checking for assert.h... (cached) yes
  109. checking for float.h... (cached) yes
  110. checking for limits.h... (cached) yes
  111. checking for memory.h... (cached) yes
  112. checking for pwd.h... (cached) yes
  113. checking for stdlib.h... (cached) yes
  114. checking for string.h... (cached) yes
  115. checking for unistd.h... (cached) yes
  116. checking for basename... (cached) no
  117. checking for bcopy... (cached) yes
  118. checking for memmove... (cached) no
  119. checking for putenv... (cached) yes
  120. checking for working const... (cached) yes
  121. checking whether program_invocation_name is predefined... (cached) no
  122. checking whether putenv uses malloc... (cached) no
  123. checking size of int... (cached) 4
  124. updating cache .././config.cache
  125. creating ./config.status
  126. creating Makefile
  127. creating c-auto.h
  128. c-auto.h is unchanged
  129. pandore dvipsk-5.58f 169 % make
  130. cd ./kpathsea; make  CC='gcc' CFLAGS='-g -O ' prefix=/usr/local exec_prefix=/usr/local  bindir=/usr/local/bin scriptdir=/usr/local/bin libdir=/usr/local/lib  datadir=/usr/local/lib infodir=/usr/local/info includedir=/usr/local/include  manext=1 mandir=/usr/local/man/man1  texmf=/usr/local/lib/texmf web2cdir=/usr/local/lib/texmf/web2c  texinputdir=/usr/local/lib/texmf/tex mfinputdir=/usr/local/lib/texmf/mf  fontdir=/usr/local/lib/texmf/fonts  fmtdir=/usr/local/lib/texmf/ini basedir=/usr/local/lib/texmf/ini  texpooldir=/usr/local/lib/texmf/ini mfpooldir=/usr/local/lib/texmf/ini  install_fonts=true  dvipsdir=/usr/local/lib/texmf/dvips psheaderdir=/usr/local/lib/texmf/dvips  default_texsizes='300:600' 
  131. gcc  -I. -I.  -I.. -I./..     -DDEFAULT_FONT_SIZES='"300:600"' \
  132.   -g -O -c ./tex-file.c
  133. gcc  -I. -I.  -I.. -I./..     -g -O -c absolute.c
  134. gcc  -I. -I.  -I.. -I./..     -g -O -c basename.c
  135. gcc  -I. -I.  -I.. -I./..     -g -O -c cnf.c
  136. gcc  -I. -I.  -I.. -I./..     -g -O -c concat.c
  137. gcc  -I. -I.  -I.. -I./..     -g -O -c concat3.c
  138. gcc  -I. -I.  -I.. -I./..     -g -O -c concatn.c
  139. gcc  -I. -I.  -I.. -I./..     -g -O -c db.c
  140. gcc  -I. -I.  -I.. -I./..     -g -O -c debug.c
  141. gcc  -I. -I.  -I.. -I./..     -g -O -c dir.c
  142. gcc  -I. -I.  -I.. -I./..     -g -O -c elt-dirs.c
  143. gcc  -I. -I.  -I.. -I./..     -g -O -c expand.c
  144. gcc  -I. -I.  -I.. -I./..     -g -O -c extend-fname.c
  145. gcc  -I. -I.  -I.. -I./..     -g -O -c file-p.c
  146. gcc  -I. -I.  -I.. -I./..     -g -O -c find-suffix.c
  147. gcc  -I. -I.  -I.. -I./..     -g -O -c fn.c
  148. gcc  -I. -I.  -I.. -I./..     -g -O -c fontmap.c
  149. gcc  -I. -I.  -I.. -I./..     -g -O -c getopt.c
  150. gcc  -I. -I.  -I.. -I./..     -g -O -c getopt1.c
  151. gcc  -I. -I.  -I.. -I./..     -g -O -c hash.c
  152. gcc  -I. -I.  -I.. -I./..     -g -O -c itoa.c
  153. gcc  -I. -I.  -I.. -I./..     -g -O -c kdefault.c
  154. gcc  -I. -I.  -I.. -I./..     -g -O -c line.c
  155. gcc  -I. -I.  -I.. -I./..     -g -O -c magstep.c
  156. gcc  -I. -I.  -I.. -I./..     -g -O -c make-suffix.c
  157. gcc  -I. -I.  -I.. -I./..     -g -O -c path-elt.c
  158. gcc  -I. -I.  -I.. -I./..     -g -O -c pathsearch.c
  159. gcc  -I. -I.  -I.. -I./..     -g -O -c proginit.c
  160. gcc  -I. -I.  -I.. -I./..     -g -O -c progname.c
  161. gcc  -I. -I.  -I.. -I./..     -g -O -c putenv.c
  162. gcc  -I. -I.  -I.. -I./..     -g -O -c readable.c
  163. gcc  -I. -I.  -I.. -I./..     -g -O -c rm-suffix.c
  164. gcc  -I. -I.  -I.. -I./..     -g -O -c str-list.c
  165. gcc  -I. -I.  -I.. -I./..     -g -O -c str-llist.c
  166. gcc  -I. -I.  -I.. -I./..     -g -O -c tex-glyph.c
  167. gcc  -I. -I.  -I.. -I./..     -g -O -c tex-make.c
  168. gcc  -I. -I.  -I.. -I./..     -g -O -c tilde.c
  169. gcc  -I. -I.  -I.. -I./..     -g -O -c truncate.c
  170. gcc  -I. -I.  -I.. -I./..     -g -O -c uppercasify.c
  171. gcc  -I. -I.  -I.. -I./..     -g -O -c variable.c
  172. gcc  -I. -I.  -I.. -I./..     -g -O -c version.c
  173. gcc  -I. -I.  -I.. -I./..     -g -O -c xcalloc.c
  174. gcc  -I. -I.  -I.. -I./..     -g -O -c xfopen.c
  175. gcc  -I. -I.  -I.. -I./..     -g -O -c xmalloc.c
  176. gcc  -I. -I.  -I.. -I./..     -g -O -c xopendir.c
  177. gcc  -I. -I.  -I.. -I./..     -g -O -c xputenv.c
  178. gcc  -I. -I.  -I.. -I./..     -g -O -c xrealloc.c
  179. gcc  -I. -I.  -I.. -I./..     -g -O -c xstat.c
  180. gcc  -I. -I.  -I.. -I./..     -g -O -c xstrdup.c
  181. rm -f kpathsea.a
  182. ar cq kpathsea.a tex-file.o absolute.o basename.o cnf.o concat.o concat3.o       concatn.o db.o debug.o dir.o elt-dirs.o expand.o extend-fname.o file-p.o  find-suffix.o fn.o fontmap.o getopt.o getopt1.o hash.o itoa.o kdefault.o  line.o magstep.o make-suffix.o path-elt.o pathsearch.o proginit.o         progname.o putenv.o readable.o rm-suffix.o str-list.o str-llist.o         tex-glyph.o tex-make.o tilde.o truncate.o uppercasify.o variable.o        version.o xcalloc.o xfopen.o xmalloc.o xopendir.o xputenv.o xrealloc.o    xstat.o xstrdup.o 
  183. ranlib kpathsea.a
  184. gcc  -I. -I.  -I.. -I./..     -g -O -c kpsewhich.c
  185. gcc -o kpsewhich  kpsewhich.o  ../kpathsea/kpathsea.a  -lm 
  186. for d in dviljk dvipsk gsftopkk web2c xdvik; do if test -d $d; then \
  187.   (cd $d; make  CC='gcc' CFLAGS='-g -O ' prefix=/usr/local exec_prefix=/usr/local  bindir=/usr/local/bin scriptdir=/usr/local/bin libdir=/usr/local/lib  datadir=/usr/local/lib infodir=/usr/local/info includedir=/usr/local/include  manext=1 mandir=/usr/local/man/man1  texmf=/usr/local/lib/texmf web2cdir=/usr/local/lib/texmf/web2c  texinputdir=/usr/local/lib/texmf/tex mfinputdir=/usr/local/lib/texmf/mf  fontdir=/usr/local/lib/texmf/fonts  fmtdir=/usr/local/lib/texmf/ini basedir=/usr/local/lib/texmf/ini  texpooldir=/usr/local/lib/texmf/ini mfpooldir=/usr/local/lib/texmf/ini  install_fonts=true  dvipsdir=/usr/local/lib/texmf/dvips psheaderdir=/usr/local/lib/texmf/dvips  default_texsizes='300:600'  default); else true; fi; done
  188. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c afm2tfm.c
  189. gcc  -o afm2tfm afm2tfm.o  ../kpathsea/kpathsea.a  -lm 
  190. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c dospecial.c
  191. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c dviinput.c
  192. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c emspecial.c
  193. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c fontdef.c
  194. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c loadfont.c
  195. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c dvips.c
  196. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c tfmload.c
  197. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c download.c
  198. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c prescan.c
  199. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c scanpage.c
  200. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c skippage.c
  201. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c output.c
  202. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c scalewidth.c
  203. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c dosection.c
  204. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c dopage.c
  205. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c resident.c
  206. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c search.c
  207. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c unpack.c
  208. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c drawPS.c
  209. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c header.c
  210. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c repack.c
  211. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c virtualfont.c
  212. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c dpicheck.c
  213. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c finclude.c
  214. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c pprescan.c
  215. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c papersiz.c
  216. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c color.c
  217. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c bbox.c
  218. gcc  -o dvips dospecial.o dviinput.o emspecial.o fontdef.o loadfont.o        dvips.o tfmload.o download.o prescan.o scanpage.o skippage.o output.o    scalewidth.o dosection.o dopage.o resident.o search.o unpack.o drawPS.o  header.o repack.o virtualfont.o dpicheck.o finclude.o         pprescan.o papersiz.o color.o bbox.o  ../kpathsea/kpathsea.a  -lm 
  219. gcc  -I. -I.  -I.. -I./..    -DTPIC -DEMTEX  -g -O -c squeeze.c
  220. gcc  -o squeeze squeeze.o  ../kpathsea/kpathsea.a  -lm 
  221. ./squeeze < tex.lpro > tex.pro-t
  222. mv tex.pro-t tex.pro
  223. ./squeeze < texps.lpro > texps.pro-t
  224. mv texps.pro-t texps.pro
  225. ./squeeze < texc.lpro > texc.pro-t
  226. mv texc.pro-t texc.pro
  227. ./squeeze < special.lpro > special.pro-t
  228. mv special.pro-t special.pro
  229. ./squeeze < finclude.lpro > finclude.pro-t
  230. mv finclude.pro-t finclude.pro
  231. ./squeeze < color.lpro > color.pro-t
  232. mv color.pro-t color.pro
  233. ./squeeze < crop.lpro > crop.pro-t
  234. mv crop.pro-t crop.pro
  235. pandore dvipsk-5.58f 170 % 
  236.  
  237. ------------------------------------------------------------------------
  238. salm LocalGuide 116 % echo $VFFONTS
  239. VFFONTS: Undefined variable.
  240. salm LocalGuide 117 % echo $TEXFONTS
  241. TEXFONTS: Undefined variable.
  242. salm LocalGuide 118 % dvips -o dtmain.ps dtmain.dvi -d 4
  243. This is dvipsk 5.58f Copyright 1986, 1994 Radical Eye Software
  244. ' TeX output 1995.02.10:2241' -> dtmain.ps
  245. Defining font () dcbx12 at 24.9pt
  246. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcbx12.622pk at 24.9pt
  247. Defining font () dcbx12 at 20.7pt
  248. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcbx12.518pk at 20.7pt
  249. Defining font () dcbx12 at 14.4pt
  250. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcbx12.360pk at 14.4pt
  251. Defining font () dcbx12 at 12.0pt
  252. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcbx12.300pk at 12.0pt
  253. Defining font () dccsc12 at 14.4pt
  254. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dccsc12.360pk at 14.4pt
  255. Defining font () dcbx10 at 10.0pt
  256. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcbx10.300pk at 10.0pt
  257. Defining font () dccsc10 at 10.0pt
  258. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dccsc10.300pk at 10.0pt
  259. Defining font () dcr10 at 10.0pt
  260. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcr10.300pk at 10.0pt
  261. Defining font () dcsl10 at 10.0pt
  262. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcsl10.300pk at 10.0pt
  263. Defining font () dcbx7 at 7.0pt
  264. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcbx7.300pk at 7.0pt
  265. Defining font () cmmib10 at 10.0pt
  266. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmmib10.300pk at 10.0pt
  267. Defining font () dcr7 at 7.0pt
  268. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcr7.300pk at 7.0pt
  269. Defining font () cmmi10 at 10.0pt
  270. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmmi10.300pk at 10.0pt
  271. Defining font () dcti10 at 10.0pt
  272. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcti10.300pk at 10.0pt
  273. Defining font () dcss10 at 10.0pt
  274. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcss10.300pk at 10.0pt
  275. Defining font () cmsy10 at 10.0pt
  276. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmsy10.300pk at 10.0pt
  277. Defining font () logo10 at 10.0pt
  278. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/logo10.300pk at 10.0pt
  279. Defining font () cmbcsc10 at 10.0pt
  280. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmbcsc10.300pk at 10.0pt
  281. Defining font () dcssbx10 at 10.0pt
  282. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcssbx10.300pk at 10.0pt
  283. Defining font () dctt10 at 10.0pt
  284. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dctt10.300pk at 10.0pt
  285. Defining font () dcti7 at 7.0pt
  286. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcti7.300pk at 7.0pt
  287. Defining font () cmr7 at 7.0pt
  288. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmr7.300pk at 7.0pt
  289. Defining font () cmr8 at 8.0pt
  290. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmr8.300pk at 8.0pt
  291. Defining font () cmmi8 at 8.0pt
  292. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmmi8.300pk at 8.0pt
  293. Defining font () dcr8 at 8.0pt
  294. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcr8.300pk at 8.0pt
  295. Defining font () dctt8 at 8.0pt
  296. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dctt8.300pk at 8.0pt
  297. Defining font () dcr6 at 6.0pt
  298. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcr6.300pk at 6.0pt
  299. Defining font () cmmib10 at 24.9pt
  300. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmmib10.746pk at 24.9pt
  301. Defining font () cmmib10 at 14.4pt
  302. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmmib10.432pk at 14.4pt
  303. Defining font () dcsl8 at 7.0pt
  304. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcsl8.263pk at 7.0pt
  305. Defining font () dcbx9 at 9.0pt
  306. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcbx9.300pk at 9.0pt
  307. Defining font () dcti9 at 9.0pt
  308. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcti9.300pk at 9.0pt
  309. Defining font () dcti7 at 6.0pt
  310. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcti7.257pk at 6.0pt
  311. Defining font () cmmi9 at 9.0pt
  312. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmmi9.300pk at 9.0pt
  313. Defining font () dcr9 at 9.0pt
  314. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcr9.300pk at 9.0pt
  315. Defining font () dccsc10 at 9.0pt
  316. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dccsc10.270pk at 9.0pt
  317. Defining font () cmti10 at 10.0pt
  318. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmti10.300pk at 10.0pt
  319. Defining font () dcti8 at 8.0pt
  320. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcti8.300pk at 8.0pt
  321. Defining font () dctt9 at 9.0pt
  322. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dctt9.300pk at 9.0pt
  323. Defining font () cmsy9 at 9.0pt
  324. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmsy9.300pk at 9.0pt
  325. Defining font () dcbxti12 at 14.4pt
  326. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcbxti12.360pk at 14.4pt
  327. Defining font () lasy10 at 10.0pt
  328. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/lasy10.300pk at 10.0pt
  329. Defining font () dcss12 at 14.4pt
  330. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcss12.360pk at 14.4pt
  331. Defining font () wncyr10 at 10.0pt
  332. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/wncyr10.300pk at 10.0pt
  333. Defining font () cmr10 at 10.0pt
  334. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmr10.300pk at 10.0pt
  335. Defining font () cmbx10 at 10.0pt
  336. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmbx10.300pk at 10.0pt
  337. Defining font () cmss10 at 10.0pt
  338. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmss10.300pk at 10.0pt
  339. Defining font () cmtt10 at 10.0pt
  340. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmtt10.300pk at 10.0pt
  341. Defining font () cmex10 at 10.0pt
  342. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmex10.300pk at 10.0pt
  343. Defining font () cmmib7 at 7.0pt
  344. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmmib7.300pk at 7.0pt
  345. Defining font () ccmi10 at 7.0pt
  346. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/ccmi10.210pk at 7.0pt
  347. Defining font () ccmi10 at 10.0pt
  348. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/ccmi10.300pk at 10.0pt
  349. Defining font () dcbxti12 at 12.0pt
  350. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/dcbxti12.300pk at 12.0pt
  351. Defining font () ptmrq at 10.0pt
  352. kpathsea: Running MakeTeXPK ptmrq myMakeTeXPK %n %d %b %m
  353. kpathsea: Appending font creation commands to missfont.log.
  354. /local/tex/archive/dviware/dvipsk/dvipsk-5.58f/dvipsk/dvips: Font ptmrq not found, characters will be left blank.
  355. Loading pk font /usr/local/lib/texmf/fonts/pk/cx/cmr10.300pk at 10.0pt
  356. /local/tex/archive/dviware/dvipsk/dvipsk-5.58f/dvipsk/dvips: Checksum mismatch in font /usr/local/lib/texmf/fonts/pk/cx/cmr10.300pk
  357. Defining font () phvrq at 10.0pt
  358. ^C
  359. salm LocalGuide 119 % 
  360.  
  361. -----------------------------------------------------------------------
  362. salm LocalGuide 119 % ls -l /usr/local/lib/tex/fonts/
  363. total 8
  364. drwxr-xr-x  2 root         3072 Dec 12 10:25 afm
  365. drwxrwxr-x  2 jmant         512 Dec 12 10:13 gf
  366. drwxrwxr-x  2 jmant         512 Feb  9 16:03 pk
  367. lrwxrwxrwx  1 root           34 Feb  9 16:07 tfm -> /usr/local/include/texmf/fonts/tfm
  368. drwxr-xr-x  2 root         1536 Dec 12 10:25 vpl
  369. salm LocalGuide 120 % ls -l /usr/local/lib/texmf/fonts/
  370. total 25
  371. drwxr-xr-x  5 root          512 Feb  9 16:02 pk
  372. drwxrwxr-x  2 jmant       18432 Feb 10 08:50 tfm
  373. drwxrwxr-x  2 jmant        5632 Feb 10 08:53 vf
  374. salm LocalGuide 121 % ls -l /usr/local/lib/texmf/fonts/vf/ptmrq.vf 
  375. -rw-r--r--  1 root         3404 Jul  9  1994 /usr/local/lib/texmf/fonts/vf/ptmrq.vf
  376. salm LocalGuide 122 % 
  377.  
  378. ------------------------------------------------------------------------
  379. salm LocalGuide 124 % ls -l /usr/local/lib/texmf/
  380. lrwxrwxrwx  1 root           24 Feb  8 18:07 /usr/local/lib/texmf/ -> /usr/local/include/texmf
  381. salm LocalGuide 125 % cd /usr/local/lib/texmf/
  382. salm texmf 126 % ll
  383. total 84
  384. drwxr-xr-x 10 root          512 Feb 13 09:33 .
  385. drwxr-xr-x 20 root         1024 Feb  8 18:06 ..
  386. drwxr-xr-x  4 root          512 Feb  9 08:42 bibtex
  387. drwxr-xr-x  2 root         1024 Feb 10 08:55 dvips
  388. drwxr-xr-x  5 root          512 Feb 10 08:53 fonts
  389. drwxr-xr-x  2 root          512 Feb 10 08:52 ini
  390. -rw-r--r--  1 root        62243 Feb 13 09:33 ls-R
  391. drwxrwxr-x  2 root        13824 Feb 10 08:59 mf
  392. drwxr-xr-x  4 root          512 Feb 10 08:50 poubelle
  393. drwxr-xr-x  6 root          512 Feb 13 09:32 tex
  394. drwxr-xr-x  2 root          512 Feb 10 08:59 web2c
  395. salm texmf 127 % ls -l web2c/
  396. total 5
  397. -rw-r--r--  1 root         4779 Feb 10 18:29 texmf.cnf
  398. salm texmf 128 % 
  399. -----------------------------------------------------------------------
  400.  
  401. % original texmf.cnf -- runtime path configuration file for kpathsea.
  402. % (If you change or delete `original' on the previous line, the
  403. % distribution won't install its version over yours.)
  404. %#
  405. %# This file is part of the Omega project
  406. %# Copyright (c) 1995 John Plaice and Yannis Haralambous
  407. %# This file can only be distributed as part of the
  408. %# Omega project.
  409. %# 
  410. % What follows is a super-summary of what this .cnf file can
  411. % contain. Please read the Kpathsea manual for more information.
  412. % texmf.cnf is generated from texmf.cnf.in, by replacing @var@ with the
  413. % value of the Make variable `var', via a sed file texmf.sed, generated
  414. % (once) by kpathsea/Makefile (itself generated from
  415. % kpathsea/Makefile.in by configure).
  416. % Any identifier (sticking to A-Za-z_ for names is safest) can be assigned.
  417. % The `=' (and surrounding spaces) is optional.
  418. % No space, %, or @ in variable values, for the sake of autogeneration.
  419. % An environment variable foo overrides a definition of foo here.
  420. % $foo (or ${foo}) in a value expands to the envvar or cnf value of foo.
  421. % All definitions are read before anything is expanded, so you can use
  422. % variables before they are defined.
  423. % If a variable is qualified with `.<program>', it is ignored unless the
  424. % current executable (last component of argv[0]) is named <program>.
  425. % Which file formats use which paths for searches is described in the
  426. % various programs' and the kpathsea documentation.
  427. % // means to search subdirectories (recursively).
  428. % A leading !! means to look only in the ls-R db, never on the disk.
  429. % A leading/trailing/doubled : in the paths will be expanded into the
  430. %   compile-time default. Probably not what you want.
  431.  
  432.  
  433. % Where the wild files are. You can set an environment variable to
  434. % override this if you're testing a new TeX tree, without changing
  435. % anything else.
  436. TEXMF = /usr/local/lib/texmf
  437.  
  438. % TeX input files -- i.e., anything to be found by \input or \openin,
  439. % including .sty, .eps, etc.  Things are confused by the many variants
  440. % of LaTeX, which all have the same filenames.  The current
  441. % recommendation is to make `latex' be latex2e, and if you also want to
  442. % support latex 2.09, call it latex209. If you do the reverse, the
  443. % definitions below will need adjusting.
  444. latex209_inputs = .:$TEXMF/latex209//:$TEXMF/tex//
  445. latex2e_inputs = .:$TEXMF/latex2e//:$TEXMF/tex//
  446. TEXINPUTS.latex209 = $latex209_inputs
  447. TEXINPUTS.latex2e = $latex2e_inputs
  448. TEXINPUTS.latex = $latex2e_inputs
  449. TEXINPUTS.lomega209 = $latex209_inputs
  450. TEXINPUTS.lomega2e = $latex2e_inputs
  451. TEXINPUTS.lomega = $latex2e_inputs
  452. % Earlier entries override later ones, so put this last.
  453. TEXINPUTS = .:$TEXMF/tex//
  454.  
  455. % Ditto for MF.
  456. MFINPUTS = .:$TEXMF/mf//:$TEXMF/fonts//src//
  457.  
  458. % Predigested formats and string pools for initex/inimf.
  459. TEXFORMATS = .:$TEXMF/ini
  460. MFBASES = .:$TEXMF/ini
  461. TEXPOOL = $TEXMF/ini
  462. MFPOOL = $TEXMF/ini
  463.  
  464. % Device-independent font metric files.
  465. VFFONTS = .:$TEXMF/fonts//vf
  466. XVFFONTS = .:$TEXMF/fonts//xvf
  467. TFMFONTS = .:$TEXMF/fonts//tfm
  468. XFMFONTS = .:$TEXMF/fonts//xfm
  469.  
  470. CTPINPUTS = .:$TEXMF/tex//ctp
  471.  
  472. % Just an abbreviation.
  473. pkdir = $TEXMF/fonts//pk
  474.  
  475. % The $MAKETEX_MODE below means the drivers will not use a cx font when
  476. % the mode is ricoh.  If no mode is explicitly specified, kpse_prog_init
  477. % sets MAKETEX_MODE to /, so all subdirectories are searched.  See the manual.
  478.  
  479. % xdvi needs to find bitmaps for PostScript fonts, which can be
  480. % generated by standalone programs gsftopk and ps2pk (ps2mf needs no
  481. % special treatment). See xdvik/INSTALL for more info.
  482. PKFONTS.xdvi = .:$pkdir/$MAKETEX_MODE:$pkdir/gsftopk:$pkdir/ps2pk:/tmp/pk/$MAKETEX_MODE
  483. % Again, the standard definition must come after the program-specific one.
  484. % Don't use $pkdir since we can't do general variable expansion making paths.h.
  485. PKFONTS = .:$TEXMF/fonts//pk/$MAKETEX_MODE:/tmp/pk/$MAKETEX_MODE
  486.  
  487. % Similarly for the GF format, which only remains in existence because
  488. % Metafont outputs it (and MF isn't going to change).
  489. GFFONTS = .:$TEXMF/fonts//gf/$MAKETEX_MODE
  490.  
  491. % Used to find texfonts.map; also a backup for PKFONTS and GFFONTS,
  492. % but normally that is irrelevant, so don't bother with all subdirectories.
  493. GLYPHFONTS = .:$TEXMF/fonts
  494.  
  495. % BibTeX bibliographies and style files.
  496. BIBINPUTS = .:$TEXMF/bibtex/bib
  497. BSTINPUTS = .:$TEXMF/bibtex/bst
  498.  
  499. % Dvips' config.* files.
  500. TEXCONFIG = .:~:$TEXMF/dvips
  501.  
  502. % Dvips' PostScript prologues (.pro) and .pfa/.pfb files.
  503. DVIPSHEADERS = .:$TEXMF/dvips:$TEXMF/fonts//type1
  504.  
  505. % Enable this (or set the environment variable) if you want kpathsea to
  506. % log names and times for all files found.
  507. % TEXMFLOG = $TEXMF/kpathsea.log
  508.  
  509. % This definition isn't used from this .cnf file itself (that would be
  510. % paradoxical), but the compile-time default in paths.h is built from it.
  511. TEXMFCNF = .:$TEXMF/web2c
  512. ------------------------------------------
  513. salm LocalGuide 132 % xdvi dtmain.dvi -d 32
  514. kdebug:fopen(dtmain.dvi, r) => 0x2bf8c
  515. kdebug:fopen(/usr/local/lib/texmf/web2c/texmf.cnf, r) => 0x2bfa0
  516. kdebug:fclose(0x2bfa0) => 0
  517. kdebug:fopen(/usr/local/lib/texmf/ls-R, r) => 0x2bfa0
  518. kdebug:fclose(0x2bfa0) => 0
  519. kdebug:fopen(/usr/local/lib/texmf/fonts/pk/cx/dctt12.360pk, r) => 0x2bfa0
  520. kdebug:fopen(/usr/local/lib/texmf/fonts/pk/cx/dcssbx10.746pk, r) => 0x2bfb4
  521. kdebug:fopen(/usr/local/lib/texmf/fonts/pk/cx/cmbcsc10.360pk, r) => 0x2bfc8
  522. kdebug:fopen(/usr/local/lib/texmf/fonts/pk/cx/dcssbx10.432pk, r) => 0x2bfdc
  523. kdebug:fopen(/usr/local/lib/texmf/fonts/pk/cx/dcssbx10.360pk, r) => 0x2bff0
  524. kdebug:fopen(/usr/local/lib/texmf/fonts/pk/cx/dcbx8.300pk, r) => 0x2c004
  525. kdebug:fopen(/usr/local/lib/texmf/fonts/pk/cx/dcitt10.300pk, r) => 0x2c018
  526. kdebug:fopen(/usr/local/lib/texmf/fonts/pk/cx/dccsc10.240pk, r) => 0x2c02c
  527. kdebug:fopen(/usr/local/lib/texmf/fonts/pk/cx/cmbcsc10.432pk, r) => 0x2c040
  528. kdebug:fopen(/usr/local/lib/texmf/fonts/pk/cx/cmbcsc10.746pk, r) => 0x2c054
  529. kdebug:fopen(/usr/local/lib/texmf/fonts/vf/pplrq.vf, r) => 0x2c068
  530. kdebug:fclose(0x2c068) => 0
  531. kdebug:fopen(/usr/local/lib/texmf/fonts/vf/pncrq.vf, r) => 0x2c068
  532. kdebug:fclose(0x2c068) => 0
  533. kdebug:fopen(/usr/local/lib/texmf/fonts/vf/pzcmiq.vf, r) => 0x2c068
  534. kdebug:fclose(0x2c068) => 0
  535. kdebug:fopen(/usr/local/lib/texmf/fonts/vf/pbkdq.vf, r) => 0x2c068
  536. kdebug:fclose(0x2c068) => 0
  537. kdebug:fopen(/usr/local/lib/texmf/fonts/vf/pagkq.vf, r) => 0x2c068
  538.  
  539. etc.
  540.  
  541. ------------------------------------------
  542. salm kpathsea 150 % grep "/lib/tex/" *
  543. INSTALL:     `/usr/local/lib/tex/fonts//'), contain a mixture of files and
  544. elt-dirs.c:  print_element_dirs ("/usr/local/lib/tex/fonts//");      /* lots */
  545. elt-dirs.c:  print_element_dirs ("/usr/local/lib/tex/fonts//times"); /* just one */
  546. elt-dirs.c:  print_element_dirs ("/usr/local/lib/tex/fonts//"); /* lots again [cache] */
  547. kpathsea.info:     `/usr/local/lib/tex/fonts//'), contain a mixture of files and
  548. kpathsea.texi:@file{/usr/local/lib/tex/fonts//}), contain a mixture of files and
  549. pathsearch.c:#define TEXFONTS "/usr/local/lib/tex/fonts"
  550. tex-glyph.c:  test_find_glyph ("/usr/local/lib/tex/fonts/cm/cmr10", 300); /* absolute */
  551. salm kpathsea 151 % 
  552. ------------------------------------------